home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5408 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  51 lines

  1. Path: in1.uu.net!abekas!not-for-mail
  2. From: todd@nv.abekas.com (Todd Stock)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: SAS/oml question
  5. Date: 13 Mar 1996 17:53:15 -0800
  6. Organization: Abekas Video Systems. Inc.
  7. Distribution: world
  8. Message-ID: <4i7u6b$9ll@nv.abekas.com>
  9. NNTP-Posting-Host: nv.abekas.com
  10.  
  11. Does anyone have any clue what this SAS error report means.  It is the result of
  12. a make file entry that is trying to put the .o's into a .lib file and it
  13. works up to the the last .o (display.o) -- ie if I take that one off it works
  14. ok.  
  15.  
  16. -------------
  17.  
  18. 8> smake
  19. SAS SMAKE version 6.00
  20. Copyright (C) 1992 SAS Institute, Inc.
  21.     oml graphics.lib r control.o displaymap.o viewperstrans.o \
  22.     raster.o rasterasm.o database.o transformation.o  matrix.o display.o
  23. SAS/C Amiga Format Librarian  Version 6.00
  24. Copyright ⌐ 1992  SAS Institute, Inc.
  25. Hunk Phase Error:  Types different
  26. oml failed returncode 20
  27.  
  28. *** SMAKE: Error return from child process ***
  29.  
  30. *** SMAKE: STOP ***
  31.  
  32. -------------
  33.  
  34. Hunk Phase Error to me sounds like something Gordy would get while running
  35. holodeck code in a subspace anomaly...
  36.  
  37.  
  38. Notes:
  39.  
  40. The display.o file has all the openscreen/window stuff and blitter stuff for
  41. erasing the screen and blitting lines...
  42.  
  43. Also, I had to comment out an optimizer option: OPTSCHED to get it to compile,
  44. presumably this is something they add in SAS 6.5
  45.  
  46.  
  47. Thanks,
  48.  
  49.  
  50. Todd
  51.